[v1.0.5] Dependency upgrades and project planning docs#5
Merged
tatsuzo-arkstudios merged 13 commits intomainfrom Mar 24, 2026
Merged
[v1.0.5] Dependency upgrades and project planning docs#5tatsuzo-arkstudios merged 13 commits intomainfrom
tatsuzo-arkstudios merged 13 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add STACK, FEATURES, ARCHITECTURE, PITFALLS, and SUMMARY research files for the BitRemote website redesign project. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps the all-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `15.5.12` | `16.2.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.11` | `25.5.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.1.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.12` | `16.2.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.5.8` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.19` | `4.2.2` | Updates `next` from 15.5.12 to 16.2.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.12...v16.2.1) Updates `@types/node` from 22.19.11 to 25.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 8.57.1 to 10.1.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.1.0) Updates `eslint-config-next` from 15.5.12 to 16.2.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.1/packages/eslint-config-next) Updates `postcss` from 8.4.31 to 8.5.8 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.5.8) Updates `tailwindcss` from 3.4.19 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: "@types/node" dependency-version: 25.5.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-updates - dependency-name: eslint dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-updates - dependency-name: eslint-config-next dependency-version: 16.2.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-updates - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Migrate PostCSS config to @tailwindcss/postcss (Tailwind v4), convert CSS from @tailwind directives to @import "tailwindcss" with @theme and @Utility syntax, and pin build to webpack to work around a Turbopack bug with sitemap metadata routes in static export. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…op/all-updates-af9e2c3ba8 Bump the all-updates group with 6 updates
ESLint 10 has breaking internal API changes incompatible with eslint-config-next 16. Downgrade to ESLint 9, migrate from .eslintrc.json to eslint.config.mjs (flat config), and remove deprecated --ignore-path/--ext CLI flags from lint script. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying bitremote-website with
|
| Latest commit: |
d269254
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://18e97224.bitremote-website.pages.dev |
| Branch Preview URL: | https://develop.bitremote-website.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Dependency upgrades
next15.1.0 → 16.2.1tailwindcss3.4.0 → 4.2.2 (+ new@tailwindcss/postcssplugin)eslint8.57.0 → 9.39.4,eslint-config-next15.1.0 → 16.2.1postcss8.4.0 → 8.5.8,@types/node22.10.0 → 25.5.0Tailwind v4 migration
globals.css: Replace@tailwinddirectives with@import "tailwindcss"globals.css: Add@themeblock to expose CSS custom properties as Tailwind tokensglobals.css: Convert@layer utilitiesclasses to individual@utilityblockspostcss.config.js: Replacetailwindcss+autoprefixerplugins with@tailwindcss/postcssBuild fixes
package.json: Add--webpackflag tonext buildfor Next.js 16 compatibilitytsconfig.json: Changejsxfrompreservetoreact-jsx, add.next/dev/types/**/*.tsto includesnext-env.d.ts: Auto-updated by Next.js 16 (triple-slash → import)Docs
~ ./AGENTS.md, now proper symlink).planning/directory with project research, roadmap, and codebase analysis